projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275cffa
)
Undo unintended change in #if 0 code.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Nov 2001 22:55:02 +0000
(22:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Nov 2001 22:55:02 +0000
(22:55 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 2a700b1a617b922bcb817e276db5c88cb2d93273..47f898c8b726bb7b18c3ce621717394f5d5c9c64 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10755,8
+10755,7
@@
XTread_socket (sd, bufp, numchars, expected)
{
if (f == dpyinfo->x_focus_event_frame)
dpyinfo->x_focus_event_frame = 0;
- if (dpyinfo->x_focus_event_frame != 0
- && f == dpyinfo->x_focus_frame)
+ if (f == dpyinfo->x_focus_frame)
x_new_focus_frame (dpyinfo, 0);
}
#endif